Merge pull request #19 from Tarnadas/master
[sm64o.git] / SM64O / SM64O.csproj
blob3adda4523273d0213f5337d1fe3ba1828a7e4a55
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{F76A3BDA-82F9-44ED-9917-75929CE98CD8}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>SM64O</RootNamespace>
11     <AssemblyName>SM64O</AssemblyName>
12     <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13     <FileAlignment>512</FileAlignment>
14     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <PlatformTarget>AnyCPU</PlatformTarget>
18     <DebugSymbols>true</DebugSymbols>
19     <DebugType>full</DebugType>
20     <Optimize>false</Optimize>
21     <OutputPath>bin\Debug\</OutputPath>
22     <DefineConstants>DEBUG;TRACE</DefineConstants>
23     <ErrorReport>prompt</ErrorReport>
24     <WarningLevel>4</WarningLevel>
25   </PropertyGroup>
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27     <PlatformTarget>AnyCPU</PlatformTarget>
28     <DebugType>pdbonly</DebugType>
29     <Optimize>true</Optimize>
30     <OutputPath>bin\Release\</OutputPath>
31     <DefineConstants>TRACE</DefineConstants>
32     <ErrorReport>prompt</ErrorReport>
33     <WarningLevel>4</WarningLevel>
34   </PropertyGroup>
35   <PropertyGroup>
36     <ApplicationIcon>Net64_Unofficial_Logo_Second_version.ico</ApplicationIcon>
37   </PropertyGroup>
38   <PropertyGroup>
39     <StartupObject />
40   </PropertyGroup>
41   <ItemGroup>
42     <Reference Include="System" />
43     <Reference Include="System.Core" />
44     <Reference Include="System.Xml.Linq" />
45     <Reference Include="System.Data.DataSetExtensions" />
46     <Reference Include="Microsoft.CSharp" />
47     <Reference Include="System.Data" />
48     <Reference Include="System.Deployment" />
49     <Reference Include="System.Drawing" />
50     <Reference Include="System.Net.Http" />
51     <Reference Include="System.Windows.Forms" />
52     <Reference Include="System.Xml" />
53   </ItemGroup>
54   <ItemGroup>
55     <Compile Include="Characters.cs" />
56     <Compile Include="ServerConnection.cs" />
57     <Compile Include="Form1.cs">
58       <SubType>Form</SubType>
59     </Compile>
60     <Compile Include="Form1.Designer.cs">
61       <DependentUpon>Form1.cs</DependentUpon>
62     </Compile>
63     <Compile Include="IEmulatorAccessor.cs" />
64     <Compile Include="KickBanForm.cs">
65       <SubType>Form</SubType>
66     </Compile>
67     <Compile Include="KickBanForm.Designer.cs">
68       <DependentUpon>KickBanForm.cs</DependentUpon>
69     </Compile>
70     <Compile Include="NetworkHelper.cs" />
71     <Compile Include="Client.cs" />
72     <Compile Include="WebSocketConnection.cs" />
73     <Compile Include="PacketType.cs" />
74     <Compile Include="Program.cs" />
75     <Compile Include="Properties\AssemblyInfo.cs" />
76     <Compile Include="ReadWritingMemory.cs" />
77     <Compile Include="Settings.cs" />
78     <Compile Include="UPnPWrapper.cs" />
79     <Compile Include="WindowsEmulatorAccessor.cs" />
80     <EmbeddedResource Include="Form1.resx">
81       <DependentUpon>Form1.cs</DependentUpon>
82     </EmbeddedResource>
83     <EmbeddedResource Include="KickBanForm.resx">
84       <DependentUpon>KickBanForm.cs</DependentUpon>
85     </EmbeddedResource>
86     <EmbeddedResource Include="Properties\Resources.resx">
87       <Generator>ResXFileCodeGenerator</Generator>
88       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
89       <SubType>Designer</SubType>
90     </EmbeddedResource>
91     <Compile Include="Properties\Resources.Designer.cs">
92       <AutoGen>True</AutoGen>
93       <DependentUpon>Resources.resx</DependentUpon>
94       <DesignTime>True</DesignTime>
95     </Compile>
96     <None Include="Properties\Settings.settings">
97       <Generator>SettingsSingleFileGenerator</Generator>
98       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
99     </None>
100     <Compile Include="Properties\Settings.Designer.cs">
101       <AutoGen>True</AutoGen>
102       <DependentUpon>Settings.settings</DependentUpon>
103       <DesignTimeSharedInput>True</DesignTimeSharedInput>
104     </Compile>
105   </ItemGroup>
106   <ItemGroup>
107     <None Include="App.config" />
108   </ItemGroup>
109   <ItemGroup>
110     <Content Include="1707.ico" />
111     <Content Include="head_wario - Copy.ico" />
112     <Content Include="Net64_Unofficial_Logo_Second_version.ico" />
113     <Content Include="Untitled.ico" />
114     <None Include="Resources\yahoo.wav" />
115     <None Include="Resources\woo.wav" />
116     <None Include="Resources\imthebest.wav" />
117     <None Include="Resources\herewego.wav" />
118     <None Include="Resources\aaaaah.wav" />
119     <None Include="Resources\okay.wav" />
120     <None Include="Resources\toad.png" />
121   </ItemGroup>
122   <ItemGroup>
123     <Content Include="..\Patches\**\*.*">
124       <Link>Patches\%(RecursiveDir)%(Filename)%(Extension)</Link>
125       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
126     </Content>
127     <Content Include="..\Ressources\**\*.*">
128       <Link>Ressources\%(RecursiveDir)%(Filename)%(Extension)</Link>
129       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
130     </Content>
131   </ItemGroup>
132   <ItemGroup>
133     <ProjectReference Include="..\Mono.Nat\Mono.Nat.csproj">
134       <Project>{a0f2353d-730f-4f67-bea3-ad5de270c72d}</Project>
135       <Name>Mono.Nat</Name>
136     </ProjectReference>
137     <ProjectReference Include="..\websocket-sharp\websocket-sharp.csproj">
138       <Project>{B357BAC7-529E-4D81-A0D2-71041B19C8DE}</Project>
139       <Name>WebSocketSharp</Name>
140     </ProjectReference>
141   </ItemGroup>
142   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
143   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
144        Other similar extension points exist, see Microsoft.Common.targets.
145   <Target Name="BeforeBuild">
146   </Target>
147   <Target Name="AfterBuild">
148   </Target>
149   -->
150 </Project>