Toasts – Blame information for rev 20
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
||
4 | <PropertyGroup> |
||
5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
7 | <ProjectGuid>{58BCE3B2-2C1F-412D-8C6A-C51948B0AE10}</ProjectGuid> |
||
8 | <OutputType>WinExe</OutputType> |
||
9 | <RootNamespace>Test</RootNamespace> |
||
10 | <AssemblyName>Test</AssemblyName> |
||
20 | office | 11 | <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
1 | office | 12 | <FileAlignment>512</FileAlignment> |
13 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
||
14 | <Deterministic>true</Deterministic> |
||
20 | office | 15 | <TargetFrameworkProfile /> |
1 | office | 16 | </PropertyGroup> |
17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
18 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
19 | <DebugSymbols>true</DebugSymbols> |
||
20 | <DebugType>full</DebugType> |
||
21 | <Optimize>false</Optimize> |
||
22 | <OutputPath>bin\Debug\</OutputPath> |
||
23 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
24 | <ErrorReport>prompt</ErrorReport> |
||
25 | <WarningLevel>4</WarningLevel> |
||
26 | </PropertyGroup> |
||
27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
28 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
29 | <DebugType>pdbonly</DebugType> |
||
30 | <Optimize>true</Optimize> |
||
31 | <OutputPath>bin\Release\</OutputPath> |
||
32 | <DefineConstants>TRACE</DefineConstants> |
||
33 | <ErrorReport>prompt</ErrorReport> |
||
34 | <WarningLevel>4</WarningLevel> |
||
35 | </PropertyGroup> |
||
36 | <ItemGroup> |
||
37 | <Reference Include="System" /> |
||
38 | <Reference Include="System.Core" /> |
||
39 | <Reference Include="System.Xml.Linq" /> |
||
40 | <Reference Include="System.Data.DataSetExtensions" /> |
||
41 | <Reference Include="Microsoft.CSharp" /> |
||
42 | <Reference Include="System.Data" /> |
||
43 | <Reference Include="System.Deployment" /> |
||
44 | <Reference Include="System.Drawing" /> |
||
45 | <Reference Include="System.Net.Http" /> |
||
46 | <Reference Include="System.Windows.Forms" /> |
||
47 | <Reference Include="System.Xml" /> |
||
48 | </ItemGroup> |
||
49 | <ItemGroup> |
||
8 | office | 50 | <Compile Include="TestForm.cs"> |
1 | office | 51 | <SubType>Form</SubType> |
52 | </Compile> |
||
8 | office | 53 | <Compile Include="TestForm.Designer.cs"> |
54 | <DependentUpon>TestForm.cs</DependentUpon> |
||
1 | office | 55 | </Compile> |
56 | <Compile Include="Program.cs" /> |
||
57 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
8 | office | 58 | <EmbeddedResource Include="TestForm.resx"> |
59 | <DependentUpon>TestForm.cs</DependentUpon> |
||
1 | office | 60 | </EmbeddedResource> |
61 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
62 | <Generator>ResXFileCodeGenerator</Generator> |
||
63 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
64 | <SubType>Designer</SubType> |
||
65 | </EmbeddedResource> |
||
66 | <Compile Include="Properties\Resources.Designer.cs"> |
||
67 | <AutoGen>True</AutoGen> |
||
68 | <DependentUpon>Resources.resx</DependentUpon> |
||
20 | office | 69 | <DesignTime>True</DesignTime> |
1 | office | 70 | </Compile> |
71 | <None Include="Properties\Settings.settings"> |
||
72 | <Generator>SettingsSingleFileGenerator</Generator> |
||
73 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
74 | </None> |
||
75 | <Compile Include="Properties\Settings.Designer.cs"> |
||
76 | <AutoGen>True</AutoGen> |
||
77 | <DependentUpon>Settings.settings</DependentUpon> |
||
78 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
79 | </Compile> |
||
80 | </ItemGroup> |
||
81 | <ItemGroup> |
||
82 | <None Include="App.config" /> |
||
83 | </ItemGroup> |
||
84 | <ItemGroup> |
||
85 | <ProjectReference Include="..\Toasts\Toasts.csproj"> |
||
86 | <Project>{380d8d88-386c-4c50-9a54-800f79fdf7d2}</Project> |
||
87 | <Name>Toasts</Name> |
||
88 | </ProjectReference> |
||
89 | </ItemGroup> |
||
8 | office | 90 | <ItemGroup> |
91 | <Content Include="Images\background.png"> |
||
92 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
93 | </Content> |
||
94 | <Content Include="Images\icon.png"> |
||
95 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
96 | </Content> |
||
97 | <Content Include="Images\was.png"> |
||
98 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
99 | </Content> |
||
100 | <EmbeddedResource Include="Sounds\cityscape.wav"> |
||
101 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
102 | </EmbeddedResource> |
||
103 | <EmbeddedResource Include="Sounds\festival.wav"> |
||
104 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
105 | </EmbeddedResource> |
||
106 | <EmbeddedResource Include="Sounds\garden.wav"> |
||
107 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
108 | </EmbeddedResource> |
||
109 | <EmbeddedResource Include="Sounds\heritage.wav"> |
||
110 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
111 | </EmbeddedResource> |
||
112 | <EmbeddedResource Include="Sounds\landscape.wav"> |
||
113 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
114 | </EmbeddedResource> |
||
115 | <EmbeddedResource Include="Sounds\normal.wav"> |
||
116 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
117 | </EmbeddedResource> |
||
118 | <EmbeddedResource Include="Sounds\savanna.wav"> |
||
119 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
120 | </EmbeddedResource> |
||
121 | <EmbeddedResource Include="Sounds\sonata.wav"> |
||
122 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
123 | </EmbeddedResource> |
||
124 | </ItemGroup> |
||
1 | office | 125 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
126 | </Project> |