X-Aim – Blame information for rev 3

Subversion Repositories:
Rev:
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>{F628AC06-9889-4726-9F13-FF026C1181E1}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <RootNamespace>X_Aim</RootNamespace>
10 <AssemblyName>X-Aim</AssemblyName>
11 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12 <FileAlignment>512</FileAlignment>
13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14 <Deterministic>false</Deterministic>
15 <PublishUrl>publish\</PublishUrl>
16 <Install>true</Install>
17 <InstallFrom>Disk</InstallFrom>
18 <UpdateEnabled>false</UpdateEnabled>
19 <UpdateMode>Foreground</UpdateMode>
20 <UpdateInterval>7</UpdateInterval>
21 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
22 <UpdatePeriodically>false</UpdatePeriodically>
23 <UpdateRequired>false</UpdateRequired>
24 <MapFileExtensions>true</MapFileExtensions>
25 <ApplicationRevision>0</ApplicationRevision>
26 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27 <IsWebBootstrapper>false</IsWebBootstrapper>
28 <UseApplicationTrust>false</UseApplicationTrust>
29 <BootstrapperEnabled>true</BootstrapperEnabled>
30 </PropertyGroup>
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32 <PlatformTarget>AnyCPU</PlatformTarget>
33 <DebugSymbols>true</DebugSymbols>
34 <DebugType>full</DebugType>
35 <Optimize>false</Optimize>
36 <OutputPath>bin\Debug\</OutputPath>
37 <DefineConstants>DEBUG;TRACE</DefineConstants>
38 <ErrorReport>prompt</ErrorReport>
39 <WarningLevel>4</WarningLevel>
40 </PropertyGroup>
41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42 <PlatformTarget>AnyCPU</PlatformTarget>
43 <DebugType>pdbonly</DebugType>
44 <Optimize>true</Optimize>
45 <OutputPath>bin\Release\</OutputPath>
46 <DefineConstants>TRACE</DefineConstants>
47 <ErrorReport>prompt</ErrorReport>
48 <WarningLevel>4</WarningLevel>
49 </PropertyGroup>
50 <PropertyGroup>
51 <ApplicationIcon>favicon.ico</ApplicationIcon>
52 </PropertyGroup>
53 <PropertyGroup>
54 <StartupObject>X_Aim.Program</StartupObject>
55 </PropertyGroup>
3 office 56 <PropertyGroup>
57 <ApplicationManifest>app.manifest</ApplicationManifest>
58 </PropertyGroup>
1 office 59 <ItemGroup>
60 <Reference Include="System" />
61 <Reference Include="System.Core" />
62 <Reference Include="System.Xml.Linq" />
63 <Reference Include="System.Data.DataSetExtensions" />
64 <Reference Include="Microsoft.CSharp" />
65 <Reference Include="System.Data" />
66 <Reference Include="System.Deployment" />
67 <Reference Include="System.Drawing" />
68 <Reference Include="System.Net.Http" />
69 <Reference Include="System.Windows.Forms" />
70 <Reference Include="System.Xml" />
71 </ItemGroup>
72 <ItemGroup>
73 <Compile Include="About.cs">
74 <SubType>Form</SubType>
75 </Compile>
76 <Compile Include="About.Designer.cs">
77 <DependentUpon>About.cs</DependentUpon>
78 </Compile>
3 office 79 <Compile Include="Controls\BindableToolStripMenuItem.cs">
80 <SubType>Component</SubType>
81 </Compile>
1 office 82 <Compile Include="Form1.cs">
83 <SubType>Form</SubType>
84 </Compile>
85 <Compile Include="Form1.Designer.cs">
86 <DependentUpon>Form1.cs</DependentUpon>
87 </Compile>
88 <Compile Include="Natives.cs" />
89 <Compile Include="Program.cs" />
90 <Compile Include="Properties\AssemblyInfo.cs" />
91 <EmbeddedResource Include="About.resx">
92 <DependentUpon>About.cs</DependentUpon>
93 </EmbeddedResource>
94 <EmbeddedResource Include="Form1.resx">
95 <DependentUpon>Form1.cs</DependentUpon>
96 </EmbeddedResource>
97 <EmbeddedResource Include="Properties\Resources.resx">
98 <Generator>ResXFileCodeGenerator</Generator>
99 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
100 <SubType>Designer</SubType>
101 </EmbeddedResource>
102 <Compile Include="Properties\Resources.Designer.cs">
103 <AutoGen>True</AutoGen>
104 <DependentUpon>Resources.resx</DependentUpon>
105 <DesignTime>True</DesignTime>
106 </Compile>
3 office 107 <None Include="app.manifest" />
1 office 108 <None Include="Properties\Settings.settings">
109 <Generator>SettingsSingleFileGenerator</Generator>
110 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
111 </None>
112 <Compile Include="Properties\Settings.Designer.cs">
113 <AutoGen>True</AutoGen>
114 <DependentUpon>Settings.settings</DependentUpon>
115 <DesignTimeSharedInput>True</DesignTimeSharedInput>
116 </Compile>
117 <EmbeddedResource Include="txt\aboutText.rtf" />
118 </ItemGroup>
119 <ItemGroup>
120 <None Include="App.config" />
121 </ItemGroup>
122 <ItemGroup>
123 <EmbeddedResource Include="img\defaultCrosshair.png" />
124 </ItemGroup>
125 <ItemGroup>
126 <EmbeddedResource Include="img\locked.png" />
127 <EmbeddedResource Include="img\unlocked.png" />
128 </ItemGroup>
129 <ItemGroup>
130 <None Include="img\xaimlogo.png" />
131 </ItemGroup>
132 <ItemGroup>
133 <Content Include="favicon.ico" />
134 <Content Include="img\help.png" />
135 <Content Include="img\quit.png" />
136 </ItemGroup>
137 <ItemGroup>
138 <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
139 <Visible>False</Visible>
140 <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
141 <Install>true</Install>
142 </BootstrapperPackage>
143 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
144 <Visible>False</Visible>
145 <ProductName>.NET Framework 3.5 SP1</ProductName>
146 <Install>false</Install>
147 </BootstrapperPackage>
148 </ItemGroup>
149 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
150 </Project>