1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{B7E890E7-BF50-4450-9A52-C105BD98651C}</ProjectGuid>
8    <OutputType>WinExe</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>TrlUtil</RootNamespace>
11    <AssemblyName>TrlUtil</AssemblyName>
12    <ApplicationIcon>Resources\KeePass.ico</ApplicationIcon>
13    <FileUpgradeFlags>
14    </FileUpgradeFlags>
15    <OldToolsVersion>2.0</OldToolsVersion>
16    <UpgradeBackupLocation>
17    </UpgradeBackupLocation>
18  </PropertyGroup>
19  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20    <DebugSymbols>true</DebugSymbols>
21    <DebugType>full</DebugType>
22    <Optimize>false</Optimize>
23    <OutputPath>..\</OutputPath>
24    <DefineConstants>TRACE;DEBUG;KeeTranslationUtility</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>..\</OutputPath>
32    <DefineConstants>TRACE;KeeTranslationUtility</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35  </PropertyGroup>
36  <ItemGroup>
37    <Reference Include="System" />
38    <Reference Include="System.Drawing" />
39    <Reference Include="System.Windows.Forms" />
40    <Reference Include="System.Xml" />
41  </ItemGroup>
42  <ItemGroup>
43    <Compile Include="AccelKeysCheck.cs" />
44    <Compile Include="App\Configuration\TceApplication.cs" />
45    <Compile Include="App\Configuration\TceConfig.cs" />
46    <Compile Include="App\TuDefs.cs" />
47    <Compile Include="FormTrlMgr.cs" />
48    <Compile Include="Native\NativeMethods.cs" />
49    <Compile Include="TrlImport.cs" />
50    <Compile Include="MainForm.cs">
51      <SubType>Form</SubType>
52    </Compile>
53    <Compile Include="MainForm.Designer.cs">
54      <DependentUpon>MainForm.cs</DependentUpon>
55    </Compile>
56    <Compile Include="PreviewForm.cs">
57      <SubType>Form</SubType>
58    </Compile>
59    <Compile Include="Program.cs" />
60    <Compile Include="Properties\AssemblyInfo.cs" />
61    <EmbeddedResource Include="MainForm.resx">
62      <SubType>Designer</SubType>
63      <DependentUpon>MainForm.cs</DependentUpon>
64    </EmbeddedResource>
65    <EmbeddedResource Include="Properties\Resources.resx">
66      <Generator>ResXFileCodeGenerator</Generator>
67      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
68      <SubType>Designer</SubType>
69    </EmbeddedResource>
70    <Compile Include="Properties\Resources.Designer.cs">
71      <AutoGen>True</AutoGen>
72      <DependentUpon>Resources.resx</DependentUpon>
73      <DesignTime>True</DesignTime>
74    </Compile>
75  </ItemGroup>
76  <ItemGroup>
77    <ProjectReference Include="..\..\KeePass\KeePass.csproj">
78      <Project>{10938016-DEE2-4A25-9A5A-8FD3444379CA}</Project>
79      <Name>KeePass</Name>
80    </ProjectReference>
81  </ItemGroup>
82  <ItemGroup>
83    <None Include="Resources\B16x16_Keyboard_Layout.png" />
84  </ItemGroup>
85  <ItemGroup>
86    <None Include="Resources\KeePass.ico" />
87  </ItemGroup>
88  <ItemGroup>
89    <None Include="Resources\B16x16_FileSave.png" />
90  </ItemGroup>
91  <ItemGroup>
92    <None Include="Resources\B16x16_FileSaveAs.png" />
93  </ItemGroup>
94  <ItemGroup>
95    <None Include="Resources\B16x16_Folder_Yellow_Open.png" />
96  </ItemGroup>
97  <ItemGroup>
98    <None Include="Resources\B16x16_Binary.png" />
99  </ItemGroup>
100  <ItemGroup>
101    <None Include="Resources\B16x16_KRec_Record.png" />
102  </ItemGroup>
103  <ItemGroup>
104    <None Include="Resources\B16x16_LedGreen.png" />
105  </ItemGroup>
106  <ItemGroup>
107    <None Include="Resources\B16x16_LedLightBlue.png" />
108  </ItemGroup>
109  <ItemGroup>
110    <None Include="Resources\B16x16_LedLightGreen.png" />
111  </ItemGroup>
112  <ItemGroup>
113    <None Include="Resources\B16x16_LedOrange.png" />
114  </ItemGroup>
115  <ItemGroup>
116    <None Include="Resources\B16x16_View_Remove.png" />
117  </ItemGroup>
118  <ItemGroup>
119    <None Include="Resources\B16x16_Down.png" />
120  </ItemGroup>
121  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
122  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
123       Other similar extension points exist, see Microsoft.Common.targets.
124  <Target Name="BeforeBuild">
125  </Target>
126  <Target Name="AfterBuild">
127  </Target>
128  -->
129</Project>