Properly detect dev environment

This commit is contained in:
JustArchi
2016-04-13 21:30:56 +02:00
parent 2b28f01b1c
commit 6efb07eada
4 changed files with 143 additions and 5 deletions

View File

@@ -63,6 +63,7 @@
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="Debugging.cs" />
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
@@ -75,6 +76,7 @@
<Compile Include="Form2.Designer.cs">
<DependentUpon>Form2.cs</DependentUpon>
</Compile>
<Compile Include="Logging.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ServerProcess.cs" />