• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Code VS 2.1 予選で作成したソースコードです。スレッド競合で正しい結果がでないバグあり。


Commit MetaInfo

Revision13296c90c048d192d10c7b09421fb0ddb7aa4c95 (tree)
Time2014-04-21 02:27:49
AuthorB_head <b_head@outl...>
CommiterB_head

Log Message

フォルダの名前を変更。

Signed-off-by: B_head <b_head@users.sourceforge.jp>

Change Summary

Incremental Difference

--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
1+*/bin
2+*/obj
\ No newline at end of file
--- a/codevs2-1.sln
+++ b/CodeVS2.1.sln
@@ -1,22 +1,18 @@
11 
22 Microsoft Visual Studio Solution File, Format Version 12.00
33 # Visual Studio Express 2012 for Windows Desktop
4-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Production", "codevs2-1\Production.csproj", "{E9060421-921F-4F00-A7BC-547B7FD52416}"
5-EndProject
64 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "Common\Common.csproj", "{51A9E220-4E25-4E9C-AAD1-0C7E54B3CFD7}"
75 EndProject
86 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestClient", "TestClient\TestClient.csproj", "{67E86B5A-38A3-4E0B-A30D-379A3158CF25}"
97 EndProject
8+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Production", "Production\Production.csproj", "{E9060421-921F-4F00-A7BC-547B7FD52416}"
9+EndProject
1010 Global
1111 GlobalSection(SolutionConfigurationPlatforms) = preSolution
1212 Debug|Any CPU = Debug|Any CPU
1313 Release|Any CPU = Release|Any CPU
1414 EndGlobalSection
1515 GlobalSection(ProjectConfigurationPlatforms) = postSolution
16- {E9060421-921F-4F00-A7BC-547B7FD52416}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17- {E9060421-921F-4F00-A7BC-547B7FD52416}.Debug|Any CPU.Build.0 = Debug|Any CPU
18- {E9060421-921F-4F00-A7BC-547B7FD52416}.Release|Any CPU.ActiveCfg = Release|Any CPU
19- {E9060421-921F-4F00-A7BC-547B7FD52416}.Release|Any CPU.Build.0 = Release|Any CPU
2016 {51A9E220-4E25-4E9C-AAD1-0C7E54B3CFD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2117 {51A9E220-4E25-4E9C-AAD1-0C7E54B3CFD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
2218 {51A9E220-4E25-4E9C-AAD1-0C7E54B3CFD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -25,6 +21,10 @@ Global
2521 {67E86B5A-38A3-4E0B-A30D-379A3158CF25}.Debug|Any CPU.Build.0 = Debug|Any CPU
2622 {67E86B5A-38A3-4E0B-A30D-379A3158CF25}.Release|Any CPU.ActiveCfg = Release|Any CPU
2723 {67E86B5A-38A3-4E0B-A30D-379A3158CF25}.Release|Any CPU.Build.0 = Release|Any CPU
24+ {E9060421-921F-4F00-A7BC-547B7FD52416}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25+ {E9060421-921F-4F00-A7BC-547B7FD52416}.Debug|Any CPU.Build.0 = Debug|Any CPU
26+ {E9060421-921F-4F00-A7BC-547B7FD52416}.Release|Any CPU.ActiveCfg = Release|Any CPU
27+ {E9060421-921F-4F00-A7BC-547B7FD52416}.Release|Any CPU.Build.0 = Release|Any CPU
2828 EndGlobalSection
2929 GlobalSection(SolutionProperties) = preSolution
3030 HideSolutionNode = FALSE
Binary files /dev/null and b/CodeVS2.1.suo differ
Binary files /dev/null and b/CodeVS2.1.v11.suo differ
--- a/Common/Common.csproj
+++ b/Common/Common.csproj
@@ -54,13 +54,8 @@
5454 <Compile Include="NextPacks.cs" />
5555 <Compile Include="Properties\AssemblyInfo.cs" />
5656 <Compile Include="IgnitionAI.cs" />
57- <Compile Include="TargetAI.cs" />
58- <Compile Include="TargetField.cs" />
5957 <Compile Include="Utility.cs" />
6058 </ItemGroup>
61- <ItemGroup>
62- <Content Include="TestTarget.txt" />
63- </ItemGroup>
6459 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6560 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6661 Other similar extension points exist, see Microsoft.Common.targets.
Binary files a/TestClient/bin/Debug/Common.dll and b/TestClient/bin/Debug/Common.dll differ
Binary files a/codevs2-1.v11.suo and /dev/null differ